AssemblyHelperAttribute..::..Url Property
Gets or Sets the URL of the company's web address who developed this product.
Namespace:
CAS.Lib.CodeProtectAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
[BindableAttribute] [BrowsableAttribute] [CategoryAttribute] [DefaultValueAttribute] [DescriptionAttribute] [DesignerSerializationVisibilityAttribute] public string Url { get; set; }
<BindableAttribute> _ <BrowsableAttribute> _ <CategoryAttribute> _ <DefaultValueAttribute> _ <DescriptionAttribute> _ <DesignerSerializationVisibilityAttribute> _ Public Property Url As String Get Set
[BindableAttribute] [BrowsableAttribute] [CategoryAttribute] [DefaultValueAttribute] [DescriptionAttribute] [DesignerSerializationVisibilityAttribute] public: property String^ Url { String^ get (); void set (String^ value); }