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