Specifies if the subscription is read only or not

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsReadOnly { get; internal set; }
Visual Basic
Public Property IsReadOnly As Boolean
	Get
	Friend Set
JScript
function get IsReadOnly () : boolean
internal function set IsReadOnly (value : boolean)

See Also