StructuralMetadata.Property.Property

Property(string, string, string, Type, bool, int?)

public Property(string name, string displayName, string description, Type type, bool normalized, 
    int? count)

See Also


Property(string, string, string, EnumType, bool, int?)

public Property(string name, string displayName, string description, EnumType type, bool array, 
    int? count)

See Also


Property(string, Type)

public Property(string name, Type type)

See Also