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)

属性值

类型:System.String
包含为当前类型使用的所有绑定的字符串值。

.NET Framework 安全性

请参见

参考

DataMappedObjectTypeAttribute 类

Microsoft.VisualStudio.Data.Services 命名空间