In This Topic
Internal Use Only
Syntax
'Declaration
Public Property Content As String
'Usage
Dim instance As Value
Dim value As String
instance.Content = value
value = instance.Content
public string Content {get; set;}
public:
property String^ Content {
String^ get();
void set ( String^ value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also