ManagementPackProperty.Length Property
This property is now obsolete. Please use MaxLength instead.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As ManagementPackProperty
Dim value As Integer
value = instance.Length
instance.Length = value
Syntax
'Declaration
<ObsoleteAttribute("Please use MaxLength instead")> _
Public Property Length As Integer
[ObsoleteAttribute("Please use MaxLength instead")]
public int Length { get; set; }
[ObsoleteAttribute(L"Please use MaxLength instead")]
public:
property int Length {
int get ();
void set (int value);
}
/** @property */
public int get_Length ()
/** @property */
public void set_Length (int value)
public function get Length () : int
public function set Length (value : int)
Property Value
Returns Int32.
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
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackProperty Class
ManagementPackProperty Members
Microsoft.EnterpriseManagement.Configuration Namespace