GetString

MsgRootPackage.GetString method

Gets the string value of the property specified by tag.

public string GetString(MsgKnownProperties tag)
Parameter Type Description
tag MsgKnownProperties The value from MsgKnownProperties enum .

Return Value

The value of the property. If the property does not exist, returns NULL; otherwise, returns the value.

See Also