Namespace: P4s3CurveNew
Assembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0

Syntax

C#
[CompilationMappingAttribute(SourceConstructFlags.Value)]
public static string targetSri { get; set; }
Visual Basic
<CompilationMappingAttribute(SourceConstructFlags.Value)> 
Public Shared Property targetSri As String
	Get
	Set
Visual C++
public:
[CompilationMappingAttribute(SourceConstructFlags::Value)]
static property String^ targetSri {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also