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

Usage

Visual Basic
Dim instance As ContentFile
Dim value As Nullable(Of Long)

value = instance.Size

instance.Size = value

Syntax

Visual Basic
<XmlAttributeAttribute> _
Public Property Size As Nullable(Of Long)
C#
[XmlAttributeAttribute] 
public Nullable<long> Size { get; set; }
C++
[XmlAttributeAttribute] 
public:
property Nullable<long long> Size {
		Nullable<long long> get ();
		void set (Nullable<long long> value);
}
J#
/** @property */
public Nullable<long> get_Size ()

/** @property */
public void set_Size (Nullable<long> value)
JScript
public function get Size () : Nullable<long>

public function set Size (value : Nullable<long>)

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