[NotNullAttribute]
public IProperty Property { get; }
<NotNullAttribute>
Public ReadOnly Property Property As IProperty
Get
public:
[NotNullAttribute]
property IProperty^ Property {
IProperty^ get ();
}
[<NotNullAttribute>]
member Property : IProperty with get