Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As ContentFile
Dim value As String
value = instance.Hash
instance.Hash = value
|
Syntax
Visual Basic |
<XmlAttributeAttribute> _
<MaxLengthAttribute(128)> _
Public Property Hash As String
|
C# |
[XmlAttributeAttribute]
[MaxLengthAttribute(128)]
public string Hash { get; set; }
|
C++ |
[XmlAttributeAttribute]
[MaxLengthAttribute(128)]
public:
property String^ Hash {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
public String get_Hash ()
/** @property */
public void set_Hash (String value)
|
JScript |
public function get Hash () : String
public function set Hash (value : String)
|
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