ArtifactPropertyValue Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ArtifactPropertyValue class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ArtifactPropertyValue(ArtifactSpec) | Creates an empty artifact property-value for the specified artifact. | |
ArtifactPropertyValue(ArtifactSpec, List<PropertyValue>) | Creates a versioned moniker property-value. | |
ArtifactPropertyValue(ArtifactSpec, String, array<Byte[]) | Creates a nonversioned moniker property-value. | |
ArtifactPropertyValue(ArtifactSpec, String, Nullable<DateTime>) | Creates a nonversioned moniker property-value. | |
ArtifactPropertyValue(ArtifactSpec, String, Nullable<Double>) | Creates a nonversioned moniker property-value. | |
ArtifactPropertyValue(ArtifactSpec, String, Nullable<Int32>) | Creates a nonversioned moniker property-value. | |
ArtifactPropertyValue(ArtifactSpec, String, String) | Creates a nonversioned moniker property-value. |
Top