public IPlaceholderRow Row { get; set; }
Public Property Row As IPlaceholderRow
Get
Set
public:
virtual property IPlaceholderRow^ Row {
IPlaceholderRow^ get () sealed;
void set (IPlaceholderRow^ value) sealed;
}
abstract Row : IPlaceholderRow with get, set
override Row : IPlaceholderRow with get, set