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