Class PolicyStatus
The container element for this bucket's public-policy status.
public class PolicyStatus
- Inheritance
-
PolicyStatus
- Inherited Members
Constructors
PolicyStatus()
public PolicyStatus()
Properties
IsPublic
Gets and sets the property IsPublic.
The public-policy status for this bucket.
TRUE indicates that this bucket
is public. FALSE indicates that the bucket is not public.
public bool IsPublic { get; set; }