Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
containerName As String, _
attributeName As String _
)
public AttributeDescriptor(
string containerName,
string attributeName
)
public:
AttributeDescriptor(
String^ containerName,
String^ attributeName
)
new :
containerName:string *
attributeName:string -> AttributeDescriptor
public function AttributeDescriptor(
containerName : String,
attributeName : String
)
Parameters
- containerName
Type: System.String
- attributeName
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.