Amazon.OpsWorks.Model.UserProfile.IsSetAllowSelfManagement C# (CSharp) Method

IsSetAllowSelfManagement() private method

private IsSetAllowSelfManagement ( ) : bool
return bool
        internal bool IsSetAllowSelfManagement()
        {
            return this.allowSelfManagement.HasValue;
        }
    }