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 Shared Sub ValidateAttributeName ( _
attributeName As String _
)
public static void ValidateAttributeName(
string attributeName
)
public:
static void ValidateAttributeName(
String^ attributeName
)
static member ValidateAttributeName :
attributeName:string -> unit
public static function ValidateAttributeName(
attributeName : String
)
Parameters
- 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.