Uses of Class
microsoft.exchange.webservices.data.core.enumeration.attribute.EditorBrowsableState
-
Packages that use EditorBrowsableState Package Description microsoft.exchange.webservices.data.attribute microsoft.exchange.webservices.data.core.enumeration.attribute -
-
Uses of EditorBrowsableState in microsoft.exchange.webservices.data.attribute
Methods in microsoft.exchange.webservices.data.attribute that return EditorBrowsableState Modifier and Type Method Description EditorBrowsableStatestate()State. -
Uses of EditorBrowsableState in microsoft.exchange.webservices.data.core.enumeration.attribute
Methods in microsoft.exchange.webservices.data.core.enumeration.attribute that return EditorBrowsableState Modifier and Type Method Description static EditorBrowsableStateEditorBrowsableState. valueOf(String name)Returns the enum constant of this type with the specified name.static EditorBrowsableState[]EditorBrowsableState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-