Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As Feature
Dim value As PublishingInfo

value = instance.Publishing

instance.Publishing = value

Syntax

Visual Basic
<MandatoryAttribute> _
Public Property Publishing As PublishingInfo
C#
[MandatoryAttribute] 
public PublishingInfo Publishing { get; set; }
C++
[MandatoryAttribute] 
public:
property PublishingInfo^ Publishing {
		PublishingInfo^ get ();
		void set (PublishingInfo^ value);
}
J#
/** @property */
public PublishingInfo get_Publishing ()

/** @property */
public void set_Publishing (PublishingInfo value)
JScript
public function get Publishing () : PublishingInfo

public function set Publishing (value : PublishingInfo)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also