VerificationAttribute.GuidelineUrl 属性
定义
public:
property System::String ^ GuidelineUrl { System::String ^ get(); };
public string GuidelineUrl { get; }
member this.GuidelineUrl : string
Public ReadOnly Property GuidelineUrl As String
属性值
默认值为空字符串 ("")。The default value is an empty string ("").
注解
GuidelineUrl创建实例时可以设置属性 VerificationAttribute ,但此属性是可选的。The GuidelineUrl property can be set when the VerificationAttribute instance is created, but is optional. 如果使用不带参数的构造函数,则 guidelineUrl 使用空字符串 ( "" ) 的默认值。If you use a constructor that does not take a guidelineUrl parameter, the default value of an empty string ("") is used.
不检查为属性输入的字符串是否 GuidelineUrl 正确。The string entered for the GuidelineUrl property is not checked for correctness.