[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Property value type

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

DdmSqlDataType 
ValueType { 
get; 
private 
set; }
Public 
Property 
ValueType 
As 

DdmSqlDataType
	
Get
	
Private 
Set
public:
property 

DdmSqlDataType 
ValueType {
	

DdmSqlDataType 
get ();
	
private: 
void 
set (

DdmSqlDataType 
value);
}

See Also