DataMappedObjectTypeAttribute.AvailableRestrictions 屬性
取得或設定為目前型別的任何限制。
命名空間: Microsoft.VisualStudio.Data.Services
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
Public Property AvailableRestrictions As String
public string AvailableRestrictions { get; set; }
public:
property String^ AvailableRestrictions {
String^ get ();
void set (String^ value);
}
member AvailableRestrictions : string with get, set
function get AvailableRestrictions () : String
function set AvailableRestrictions (value : String)
屬性值
類型:String
其中包含目前型別的任何限制的字串值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。