'Declaration<DefaultValueAttribute(True)> <PureAttribute()> Public ReadOnly Property IsStrictlyPhysical As Boolean
'UsageDim instance As UADataSetSubscriptionDescriptor Dim value As Boolean value = instance.IsStrictlyPhysical
[DefaultValue(true)] [Pure()] public bool IsStrictlyPhysical {get;}
[DefaultValue(true)] [Pure()] public: property bool IsStrictlyPhysical { bool get(); }