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