BetaConstraint..::..UpdateURL Property
Gets or Sets the URL, as a String, which
points to where an update can be obtained.
Namespace:
CAS.Lib.CodeProtect.LicenseDsc.ConstraintsAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
[BindableAttribute] [BrowsableAttribute] [CategoryAttribute] [DefaultValueAttribute] [DescriptionAttribute] [DesignerSerializationVisibilityAttribute] public string UpdateURL { get; set; }
<BindableAttribute> _ <BrowsableAttribute> _ <CategoryAttribute> _ <DefaultValueAttribute> _ <DescriptionAttribute> _ <DesignerSerializationVisibilityAttribute> _ Public Property UpdateURL As String Get Set
[BindableAttribute] [BrowsableAttribute] [CategoryAttribute] [DefaultValueAttribute] [DescriptionAttribute] [DesignerSerializationVisibilityAttribute] public: property String^ UpdateURL { String^ get (); void set (String^ value); }