3 references to SortDirection
System.DirectoryServices (3)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (3)
514
public SortOption(string propertyName, System.DirectoryServices.
SortDirection
direction) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
515
[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.
SortDirection
.Ascending)]
516
public System.DirectoryServices.
SortDirection
Direction { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }