8 references to Name
System.DirectoryServices (8)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnet.cs (1)
337
return
Name
;
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnetCollection.cs (7)
38
throw new InvalidOperationException(SR.Format(SR.SubnetNotCommitted, subnet.
Name
));
53
throw new InvalidOperationException(SR.Format(SR.SubnetNotCommitted, subnet.
Name
));
94
throw new InvalidOperationException(SR.Format(SR.SubnetNotCommitted, subnet.
Name
));
122
throw new InvalidOperationException(SR.Format(SR.SubnetNotCommitted, subnet.
Name
));
145
throw new InvalidOperationException(SR.Format(SR.SubnetNotCommitted, subnet.
Name
));
159
throw new InvalidOperationException(SR.Format(SR.SubnetNotCommitted, subnet.
Name
));
274
throw new InvalidOperationException(SR.Format(SR.SubnetNotCommitted, ((ActiveDirectorySubnet)value).
Name
));