SchemaSerializableTypes Property |
[Missing <summary> documentation for "P:Lithnet.MetadirectoryServices.SchemaSerializable.Types"]
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public IList<SchemaType> Types { get; set; }
Public Property Types As IList(Of SchemaType)
Get
Set
public:
property IList<SchemaType^>^ Types {
IList<SchemaType^>^ get ();
void set (IList<SchemaType^>^ value);
}
Property Value
Type:
IListSchemaTypeSee Also