DataMappedObjectTypeAttribute.AvailableRestrictionsList Property

Gets a list of all the restrictions that are available for the current type.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'宣言
Public ReadOnly Property AvailableRestrictionsList As IList(Of String)
'使用
Dim instance As DataMappedObjectTypeAttribute
Dim value As IList(Of String)

value = instance.AvailableRestrictionsList
public IList<string> AvailableRestrictionsList { get; }
public:
property IList<String^>^ AvailableRestrictionsList {
    IList<String^>^ get ();
}
public function get AvailableRestrictionsList () : IList<String>

Property Value

Type: System.Collections.Generic.IList<String>

A list of strings containing all the restrictions that are available for the current type.

Permissions

See Also

Reference

DataMappedObjectTypeAttribute Class

DataMappedObjectTypeAttribute Members

Microsoft.VisualStudio.Data.Services Namespace