Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the DDM property type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public abstract DdmPropertyTypes PropertyType { get; }
public:
property DdmPropertyTypes PropertyType {
virtual DdmPropertyTypes get() abstract;
}
Public MustOverride ReadOnly Property PropertyType As DdmPropertyTypes
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmPropertyTypes
See Also
DdmProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top