AppStore.AppStore_XamlTypeInfo.XamlMember.SetIsReadOnly C# (CSharp) Method

SetIsReadOnly() public method

public SetIsReadOnly ( ) : void
return void
        public void SetIsReadOnly() { _isReadOnly = true; }
        public bool IsReadOnly { get { return _isReadOnly; } }