API Reference
Class
View (JavaSchemaService)
Summary of Java schema presence and users referencing those attributes.
Inheritance
- Object
- View
Constructors
public View(String DomainName, Boolean JavaAttributesPresent, IReadOnlyList<Finding> UsersWithJavaAttributes) #Summary of Java schema presence and users referencing those attributes.
Parameters
- DomainName System.String
- DNS domain name.
- JavaAttributesPresent System.Boolean
- True when java* attributes exist in the schema.
- UsersWithJavaAttributes System.Collections.Generic.IReadOnlyList{ADPlayground.DirectoryServices.JavaSchemaService.Finding}
- Users with any java* attribute set.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out Boolean JavaAttributesPresent, out IReadOnlyList<Finding> UsersWithJavaAttributes) #Returns:
VoidParameters
- DomainName String
- JavaAttributesPresent Boolean
- UsersWithJavaAttributes IReadOnlyList<Finding>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String