ManualActionLoadRequestedEventArgsContents Property |
Gets or sets the contents that have been loaded (from a file or registry key, for example).
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic string Contents { get; set; }
Public Property Contents As String
Get
Set
public:
property String^ Contents {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also