FieldSchema.Name Property
Gets the name of the custom field.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As FieldSchema
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
/** @property */
public String get_Name ()
public function get Name () : String
Property Value
The name of the custom field.
See Also
Reference
FieldSchema Class
FieldSchema Members
Microsoft.Synchronization.MetadataStorage Namespace