Свойство LocalizableMemberDescriptor.DesignTimeOnly
Gets a value that indicates whether the member can be set only at design time.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Overrides ReadOnly Property DesignTimeOnly As Boolean
Get
'Применение
Dim instance As LocalizableMemberDescriptor
Dim value As Boolean
value = instance.DesignTimeOnly
public override bool DesignTimeOnly { get; }
public:
virtual property bool DesignTimeOnly {
bool get () override;
}
abstract DesignTimeOnly : bool
override DesignTimeOnly : bool
override function get DesignTimeOnly () : boolean
Значение свойства
Тип: System.Boolean
true if the member can be set only at design time; otherwise, false.