AuthorizationAttribute.ResourceType 属性
获取或设置要用作 ErrorMessage 的资源管理器的 Type。
命名空间: System.ComponentModel.DataAnnotations
程序集: System.ServiceModel.DomainServices.Server(在 system.servicemodel.domainservices.server.dll 中)
用法
用法
Dim instance As AuthorizationAttribute
Dim value As Type
value = instance.ResourceType
instance.ResourceType = value
语法
声明
Public Property ResourceType As Type
public Type ResourceType { get; set; }
public:
property Type^ ResourceType {
Type^ get ();
void set (Type^ value);
}
/** @property */
public Type get_ResourceType ()
/** @property */
public void set_ResourceType (Type value)
public function get ResourceType () : Type
public function set ResourceType (value : Type)
属性值
要用作资源管理器的 Type;如果 ErrorMessage 包含文本值,则为 null。
备注
此属性是可选的。如果它是 null,则会将 ErrorMessage 视为文本字符串。如果它不是 null,则会将 ErrorMessage 视为指定的 Type 中的一个静态属性的名称,可以检索该属性来生成实际的错误消息。
线程安全
此类型的任何公共静态(在 Visual Basic 中为 共享)成员都是线程安全的。不保证所有实例成员都是线程安全的。
平台
开发平台
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000
目标平台
另请参见
参考
AuthorizationAttribute 类
AuthorizationAttribute 成员
System.ComponentModel.DataAnnotations 命名空间