IPublishProperties.UpdateRequired Property

Gets or sets whether update is required.

Namespace:  Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

Syntax

‘선언
Property UpdateRequired As Boolean
    Get
    Set
‘사용 방법
Dim instance As IPublishProperties
Dim value As Boolean

value = instance.UpdateRequired

instance.UpdateRequired = value
bool UpdateRequired { get; set; }
property bool UpdateRequired {
    bool get ();
    void set (bool value);
}
abstract UpdateRequired : bool with get, set
function get UpdateRequired () : boolean
function set UpdateRequired (value : boolean)

Property Value

Type: System.Boolean
true if update is required.

.NET Framework Security

See Also

Reference

IPublishProperties Interface

IPublishProperties Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace