ProfileArgumentValidation.ValidateAttributeName Method
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.