FieldPermissionType.Validate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Validate(Int32) |
Validates the field permission value. |
Validate(Int32, String) |
Validate(Int32)
Validates the field permission value.
public:
static void Validate(int value);
public static void Validate (int value);
static member Validate : int -> unit
Public Shared Sub Validate (value As Integer)
Parameters
- value
- Int32
The value to validate.